90deg

Discover 90deg, include the articles, news, trends, analysis and practical advice about 90deg on alibabacloud.com

CSS3 effect of book-flipping

);} /* Hierarchical design */.hardcover_front Li:first-child:after,.hardcover_front li:first-child:before,.hardcover_front li: Last-child:after,.hardcover_front Li:last-child:before,.hardcover_back li:first-child:after,.hardcover_back Li: First-child:before,.hardcover_back Li:last-child:after,.hardcover_back li:last-child:before,.book_spine Li: First-child:after,.book_spine li:first-child:before,.book_spine li:last-child:after,.book_spine Li:last-child: before {position:absolute;top:0;left:0;}  

The application of animation technology in CSS3

element to become larger. It uses positive and negative numbers as well as decimals as arguments. TranslateTranslate is the relocation element based on the x and Y coordinates. SkewAs the name suggests, the skew is to tilt the object, the argument is the degree MatrixTransform support matrix transformation, which is to reposition elements based on X and y coordinates Let's take a closer look at each function. Rotate The Transform property has many uses, one of which is the trans

Css3transform3d use css3 to create a dynamic 3d cube (html5 practice) _ html5 tutorial tips-

rotateX or rotateY to flip the cube surface orientation, and use translateZ to move the cube surface in a three-dimensional space. Css: The Code is as follows: # Cube. one {-Webkit-transform: rotateX (90deg) translateZ (200px );-Moz-transform: rotateX (90deg) translateZ (200px );-O-transform: rotateX (90deg) translateZ (200px );Transform: rotateX (

Css3 transform 3d use css3 to create a dynamic 3d cube (html5 Practice)

the cube surface in a three-dimensional space.Css:The Code is as follows:# Cube. one {-Webkit-transform: rotateX (90deg) translateZ (200px );-Moz-transform: rotateX (90deg) translateZ (200px );-O-transform: rotateX (90deg) translateZ (200px );Transform: rotateX (90deg) translateZ (200px );}# Cube. two {-Webkit-transfo

CSS3 Transform Properties 3D Cube Effect Example

. //container, set transform-style:preserve-3d, let its child elements in 3D space rendering//cube six faces CSS Code For stage elements . rect-wrap { position:relative; perspective:1600px; } For containers . container { width:800px; height:800px; transform-style:preserve-3d; transform-origin:50% 50% 200px; //Set the origin of 3d space in the center of the plane and then move the 200px position to the z axis } Each face of the cube . slide { width:400px; height:400px; Position:absolute; Locate }

CSS3 transform to realize 3D cube effect

original point)Draw Cube Effect You reader can't wait, say so much ' nonsense ', the play of this article finally came! CSS Code For stage elements . rect-wrap {position:relative;perspective:1600px;} For containers . container {width:800px;height:800px;transform-style:preserve-3d;transform-origin:50% 50% 200px; Set the origin of the 3d space to move the 200px position in the center of the plane to the z axis} Each face of the cube . Slide {width:400px;height:400px;Position:absolute; P

Mobile Phone horizontal Screen Tips

"Project Address": HTTP://DWZ.CN/RYGQ7"Mobile QR Code":"Effect":【代码】 For a better experience, please use the vertical screen to browseThe /* style is placed at the end to prevent congestion in base64 pictures */ @keyframes rotation { 10% { Transform:rotate (90deg); -webkit-transform:rotate (90deg) } 50% { transform:rotate (0); -webkit-transform:rotate (0) } 60% { transform:rotate (0); -webkit-transform:r

Mobile phone horizontal screen prompt, mobile phone horizontal

Mobile phone horizontal screen prompt, mobile phone horizontal [Project address]: http://dwz.cn/RYgq7 [Mobile Phone QR code ]: [Effect ]: [Code] For better experience, use the vertical screen /* Put the style at the end to prevent congestion caused by base64 images */@ Keyframes rotation {10% {Transform: rotate (90deg );-Webkit-transform: rotate (90deg)}50% {Transform: rotate (0 );-Webkit-transform: rot

CSS3 doughnut-shaped progress bar

. Overlay{position:Absolute;width:60px;Height:60px;Background-color:#fffde8;Border-radius:50%;Margin-left:20px;Margin-top:20px;text-align:Center;Line-height:60px;font-size:16px;/*-------------------------------------* Mixin for progress-% class *-------------------------------------*/}. progress-0{Background-image:linear-gradient (90deg, #2f3439 50%, rgba (0, 0, 0, 0) 50%, rgba (0, 0, 0, 0)), Linear-gradient (90de

Use pure CSS3 to achieve a 3D rotating book

{ Transform:rotatex (90deg) Rotatez (90deg) Translatez (98.8px) Translatey ( -89.7px); width:18.2px; height:197.6px;}. Bottom { Transform:rotatex ( -90deg) Rotatez (90deg) Translatez (161.2px) Translatey ( -89.7PX);}. Left { Transform:rotatey ( -90deg) Transl

Use pure CSS3 to achieve a 3D rotating book

axis.Then. We add a cube element to the package container element, 6 edges (up and down and back and forth), using figure. is due to the need to support stickers.We need to determine the coordinate position of each plane of the cube according to the thickness and width of the book. The absolute thickness of the book model (a MySQL book) used in this example is 18.2px. Height 260px. Width 197.6px.According to the simple geometrical knowledge, the distance from the center of the cube to the front

Use pure CSS3 to implement a book with 3D Rotation

);}.top { transform: rotateX(90deg) rotateZ(90deg) translateZ(98.8px) translateY(-89.7px); width: 18.2px; height: 197.6px;}.bottom { transform: rotateX(-90deg) rotateZ(90deg) translateZ(161.2px) translateY(-89.7px);}.left { transform: rotateY(-90deg) translate

Simulate the android Toast prompt, and randomly pick out 19 special effects of CSS3

slit */.md-effect-13.md-modal {-webkit-perspective: 1300px;-moz-perspective: 1300px;perspective: 1300px;}.md-effect-13 .md-content {-webkit-transform-style: preserve-3d;-moz-transform-style: preserve-3d;transform-style: preserve-3d;-webkit-transform: translateZ(-3000px) rotateY(90deg);-moz-transform: translateZ(-3000px) rotateY(90deg);-ms-transform: translateZ(-3000px) rotateY(

CSS background effect and css background

, if you want to change the dominant color of this stripe, you even need to change it everywhere. A better way is to not specify a color for each stripe, but specify the deepest color as the background color, and overlay the translucent white stripe on the background color to obtain the light-colored stripe. background: #58a; background-image:repeating-linear-gradient(30deg,hsla(0,0%,100%,.1), hsla(0,0%,100%,.1) 15px, transparent 0,transparent 30px); Now, you only need to modify one place t

Css3 3d navigation, css33d

; position:relative;}.three-d-box{ -webkit-transform-style:preserve-3d; transform-style:preserve-3d; -webkit-transform:translateZ(-25px); -moz-transform:translateZ(-25px); -o-transform:translateZ(-25px); -ms-transform:translateZ(-25px); transform:translateZ(-25px); -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; -o-transition: all .3s ease-out; transition: all .3s ease-out;}.front{ -webkit-transform:rotateX(0deg) translateZ(25px);

How to use pure CSS to implement the loader of the box (attached source)

{ transform:rotate ( -45deg); Left:1em; top:1em; } Next, make the animation. Let the box step up, climb to the top of the slope and then re-climb: . loader::before { animation:push 3s infinite; } @keyframes Push { 0% { Transform:translatex (0); } 20%, 25% { Transform:translatex (1em); } 40%, 45% { Transform:translatex (2EM); } 60%, 65% { Transform:translatex (3em); } 80% { Transform:translatex (

CSS-Summary of various basic graphical representations (css3.0)

#f81;} /* Left half One-fourth round */.circle1-10{width:100px;height:0px;border-radius:0 0 100px 0;-webkit-border-radius:0 0 100px 0;-moz-border-radius:0 0 100px 0;border:0px Solid red;border-bottom:100px solid #185;}7. dialog box with prompt type. hint1{width:180px;height:100px;border-radius:30px;background:purple;position:relative;}. Hint1:after{content: ""; border:0 solid transparent; border-bottom:25px Solid purple;-moz-border-radius:0 0 0 200px;-webkit-border-radius:0 0 0 200px;border-rad

CSS3 3D Stereo Cabinet implementation

);-moz-transform:rotatex (180DEG);-ms-transform:rotatex (180DEG);-o-transform:rotatex (180DEG);-webkit-transform:translatez ( -150px);Transform:translatez ( -150px);-moz-transform:translatez ( -150px);-ms-transform:translatez ( -150px);-o-transform:translatez ( -150px);}. Cubicitem:nth-child (3) {-webkit-transform:rotatey (270deg) Translatez (150px);Transform:rotatey (270deg) Translatez (150px);-moz-transform:rotatey (270deg) Translatez (150px);-ms-transform:rotatey (270deg) Translatez (150px);-

CSS3 Loading (load) animation effect

: -1.0s; } @-webkit-keyframes Bounce { 0%, 100% {-webkit-transform:scale (0.0)} 50% {-webkit-transform:scale (1.0)} } @keyframes bounce { 0%, 100% { transform:scale (0.0); -webkit-transform:scale (0.0); } 50% { Transform:scale (1.0); -webkit-transform:scale (1.0); } Loading Animation effect Four HTML Code: CSS Code: spinner {margin:100px auto; width:32px; height:32px; position:relative; }. Cube1, cube2 {background-color: #67CF22; width:30px;

Several ways to implement image rotation in Web pages

element.Browser support: Firefox 4+, Oprea + +, Safari 3.1+, Chrome 8+, IE + +CSS code: .rotate{-ms-transform:rotate(90deg); /* IE 9 */-moz-transform:rotate(90deg); /* Firefox */-webkit-transform:rotate(90deg); /* Safari and Chrome */-o-transform:rotate(90deg); /* Opera */}   JS Code:

Total Pages: 15 1 2 3 4 5 .... 15 Go to: Go

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

not found

404! Not Found!

Sorry, you’ve landed on an unexplored planet!

Return Home
phone Contact Us
not found

404! Not Found!

Sorry, you’ve landed on an unexplored planet!

Return Home
phone Contact Us

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.